explicit transactions造句
例句与造句
- Use explicit transactions in my application
在我的应用程序中使用显式事务 - Implementing an explicit transaction using committabletransaction
>使用可提交事务实现显式事务 - Explicit transaction check failure
显式事务检查失败。 - For database explicit transaction
显式事务 - This is true whether the statement firing the trigger is in an implicit or explicit transaction
不管激发触发器的语句在隐式事务中还是显式事务中,都会这样。 - It's difficult to find explicit transactions in a sentence. 用explicit transactions造句挺难的
- The following example performs an explicit transaction consisting of two separate commands in the
以下示例执行显式事务,该事务由try块中两个独立的命令组成。 - The truth is that this code line starts an explicit transaction for the connection to the db2 database which is committed by
而事实却是该行代码启动了一个显式事务,用于连接到由 - If you use stored procedures to configure or maintain an oracle publisher , do not put the procedures inside an explicit transaction
如果使用存储过程来配置或维护oracle发布服务器,请不要将存储过程放到显式事务中。 - If you use replication stored procedures to configure or maintain an oracle publisher , do not wrap the procedures in an explicit transaction
如果用复制存储过程来配置或维护oracle发布服务器,请不要在显式事务中转换这些过程。 - Xact abort must be set on for data modification statements in an implicit or explicit transaction against most ole db providers , including sql server
对于大多数ole db提供程序(包括sql server ) ,必须将隐式或显示事务中的数据修改语句中的xact _ abort设置为on 。 - Because you control these steps in the process manually , internal transactions can be thought of as manual or explicit transactions , whereas external transactions are automatic or implicit
由于您手动控制进程中这些步骤,因此可以将内部事务视为手动或显式事务,而将外部事务视为自动或隐式事务。 - Under connections enabled to support multiple active result sets mars , an explicit transaction started through an api function cannot be committed while there are pending requests for execution
在为支持多个活动的结果集( mars )而建立的连接中,只要还有待执行的请求,就无法提交通过api函数启动的显式事务。 - If you are working with a sql server database that makes extensive use of explicit transactions , you should consider writing them as stored procedures using the transact - sql begin transaction statement
如果使用的sql server数据库广泛使用显式事务,应考虑使用transact - sql begin transaction语句以存储过程的形式编写这些事务。